Term of the Moment

intellectual property


Look Up Another Term


Definition: call by reference


In programming, a call to a subroutine (function) that passes addresses of the parameters used in the subroutine. See call by value and call by name.